From d3f6301eb9bef9ebc2b89878e9bd32b142045fc5 Mon Sep 17 00:00:00 2001 From: prabincankod Date: Wed, 9 Oct 2024 00:10:01 +0545 Subject: [PATCH] changed sign field names --- src/easySewa.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/easySewa.ts b/src/easySewa.ts index a2b5fc6..d0b0bad 100644 --- a/src/easySewa.ts +++ b/src/easySewa.ts @@ -62,8 +62,7 @@ export class EasySewa { product_service_charge: '0', // Static, can be dynamic product_code: this.product_code, signature: signature, - signed_field_names: - 'amount,transaction_uuid,product_code,product_delivery_charge,product_service_charge,tax_amount,success_url,failure_url', + signed_field_names: 'total_amount,transaction_uuid,product_code', success_url: this.success_url, tax_amount: '0', // Static, can be dynamic total_amount: amount, @@ -97,5 +96,3 @@ export class EasySewa { form.submit(); } } - -