Skip to content

Commit 22f229f

Browse files
committed
fix(yapay): Removing (bad) payment link on Pix payments
1 parent 3d7e2d6 commit 22f229f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/apps/yapay/src/yapay-create-transaction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ export default async (modBody: AppModuleBody<'create_transaction'>) => {
145145
name: yapayData.payment?.payment_method_name,
146146
},
147147
};
148+
/*
148149
if (yapayData.payment.url_payment) {
149150
transaction.payment_link = yapayData.payment.url_payment;
150151
}
152+
*/
151153
if (yapayData.payment.qrcode_path) {
152154
transaction.notes = `<img src="${yapayData.payment.qrcode_path}" style="display:block;margin:0 auto">`;
153155
}

0 commit comments

Comments
 (0)