Skip to content

Commit

Permalink
feat: add business name wallet with PM (#2151)
Browse files Browse the repository at this point in the history
* feat: add business name wallet with PM

* fix: for depracted api
  • Loading branch information
infantesimone authored Jun 14, 2024
1 parent 9c7f3bb commit 14658b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
var pspInfo = (JObject)(pspArray[0]);
details["pspId"] = pspInfo["abi"];
details["maskedEmail"] = pspInfo["email"];
details["pspBusinessName"] = pspInfo["ragioneSociale"];
paymentMethodAsset = "https://assets.cdn.platform.pagopa.it/apm/paypal.png";
}
if (eCommerceWalletType == "BANCOMATPAY") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
var pspInfo = (JObject)(pspArray[0]);
details["pspId"] = pspInfo["abi"];
details["maskedEmail"] = pspInfo["email"];
details["pspBusinessName"] = pspInfo["ragioneSociale"];
paymentMethodAsset = "https://assets.cdn.platform.pagopa.it/apm/paypal.png";
}
if (eCommerceWalletType == "BANCOMATPAY") {
Expand Down

0 comments on commit 14658b3

Please sign in to comment.