Fix PayPal link
This commit is contained in:
parent
c404fce9ef
commit
6fb19d89ef
|
|
@ -155,7 +155,7 @@ class CompanyGatewayEditVM {
|
||||||
break;
|
break;
|
||||||
case kGatewayPayPalPlatform:
|
case kGatewayPayPalPlatform:
|
||||||
launchUrl(Uri.parse(
|
launchUrl(Uri.parse(
|
||||||
'${cleanApiUrl(credentials.url)}/paypal/signup/${response['hash']}'));
|
'${cleanApiUrl(credentials.url)}/paypal?hash=${response['hash']}'));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}).catchError((dynamic error) {
|
}).catchError((dynamic error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue