Fix PayPal link

This commit is contained in:
Hillel Coren 2023-12-18 13:03:38 +02:00
parent c404fce9ef
commit 6fb19d89ef
1 changed files with 1 additions and 1 deletions

View File

@ -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) {