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 3d7e2d6 commit 22f229fCopy full SHA for 22f229f
packages/apps/yapay/src/yapay-create-transaction.ts
@@ -145,9 +145,11 @@ export default async (modBody: AppModuleBody<'create_transaction'>) => {
145
name: yapayData.payment?.payment_method_name,
146
},
147
};
148
+ /*
149
if (yapayData.payment.url_payment) {
150
transaction.payment_link = yapayData.payment.url_payment;
151
}
152
+ */
153
if (yapayData.payment.qrcode_path) {
154
transaction.notes = `<img src="${yapayData.payment.qrcode_path}" style="display:block;margin:0 auto">`;
155
0 commit comments