Skip to content

Commit

Permalink
changed sign field names
Browse files Browse the repository at this point in the history
  • Loading branch information
prabincankod committed Oct 8, 2024
1 parent b6e2796 commit d3f6301
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/easySewa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -97,5 +96,3 @@ export class EasySewa {
form.submit();
}
}


0 comments on commit d3f6301

Please sign in to comment.