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