forked from LiveCarta/PayPal-PHP-SDK
Updated stubs to support namespace
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
namespace PayPal\Api;
|
||||
|
||||
use PayPal\Common\PPModel;
|
||||
|
||||
class Amount extends \PPModel {
|
||||
class Amount extends PPModel {
|
||||
/**
|
||||
* 3 letter currency code
|
||||
* @param string $currency
|
||||
|
||||
Reference in New Issue
Block a user