-
Hi,
I getting the following error while integrating risk SDK with core sdk. Kindly help.
Fatal error: Class 'string' not found in C:\xampp\htdocs\paypal-raas-sdk\raas-api-sdk-php\vendor\paypal\sdk-cor…
-
Is CreateBillingAgreementWithCreditCard suppose to transfer
control to the paypal webpages and then return control to the
return URL?
If not, then how do we get the payment token required
for agre…
-
Transaction object now has a setInvoiceNumber() method, great!
The issue is that when the payment is retrieved from Paypal (using Payment::get()), the transaction objects (retrieved using $payment->g…
-
1.运行环境是cpu 64位,vs2012
2.debug编译通过
3.F5 调试,在Magicodes.Core.ApplicationContext 文件中添加插件模块
#region 添加插件菜单 if (r.GetQueryable().Any(p => p.PlusId == plusInfo.Id))提示该错误:
没有与 PrimitiveType“DateTimeOffset”…
-
Hi ,
I'm working onn laravel package , but when I process my payment . I get this response issue
my code as bellow
```
// ### Address
// Base Address object used as shipping or billing
…
-
Hi,
After upgrade to newest version we started seeing this error:
```
PayPal\Exception\PayPalConnectionException: Could not generate new Access token. Invalid response from server
```
After short i…
ghost updated
9 years ago
-
I am retrieving the list of plans based on plan status (i.e. 'CREATED', 'ACTIVE', 'INACTIVE') using similar code to the one in the sample:
$params = array('status' => $status, 'page_size' => '20');
$…
-
The class PayPal\Rest\ApiContext is already available in sdk-core-php with the same Namespace. This is a potential source of errors, especially when the two classes differ.
-
I am seeing frequent deadlocks when running tasks simplified to the below. (I purged out all the logging and a few database interactions to keep things clear.) Calling the task that calls everything…
-
Payment-execute gives an error about payer_id value being too long.
I am using PayPal Rest,
php sdk version v0.8.0
I run the following
$payment->create
$payment->execute
$payment->create retu…