diff --git a/lib/ui/company_gateway/edit/company_gateway_edit_vm.dart b/lib/ui/company_gateway/edit/company_gateway_edit_vm.dart index f971ee0e9..3c28fcb6e 100644 --- a/lib/ui/company_gateway/edit/company_gateway_edit_vm.dart +++ b/lib/ui/company_gateway/edit/company_gateway_edit_vm.dart @@ -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) {