Skip to content

Commit 1b1ed13

Browse files
committed
fix(comment): fix comments
1 parent 819b287 commit 1b1ed13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pay/pay.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ import { UserModule } from 'omniboxd/user/user.module';
2222
serial_no: configService.get<string>('OBB_WECHAT_PAY_SERIAL', ''),
2323
publicKey: Buffer.from(
2424
configService.get<string>('OBB_WECHAT_PAY_CERT', ''),
25+
'base64',
2526
),
2627
privateKey: Buffer.from(
2728
configService.get<string>('OBB_WECHAT_PAY_KEY', ''),
29+
'base64',
2830
),
2931
};
3032
},

0 commit comments

Comments
 (0)