We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819b287 commit 1b1ed13Copy full SHA for 1b1ed13
src/pay/pay.module.ts
@@ -22,9 +22,11 @@ import { UserModule } from 'omniboxd/user/user.module';
22
serial_no: configService.get<string>('OBB_WECHAT_PAY_SERIAL', ''),
23
publicKey: Buffer.from(
24
configService.get<string>('OBB_WECHAT_PAY_CERT', ''),
25
+ 'base64',
26
),
27
privateKey: Buffer.from(
28
configService.get<string>('OBB_WECHAT_PAY_KEY', ''),
29
30
31
};
32
},
0 commit comments