forked from LiveCarta/PayPal-PHP-SDK
Updated Payment APIs
- Updated SDK Models to latest Payment APIs - Updated Unit Tests
This commit is contained in:
@@ -54,7 +54,7 @@ class CurrencyTest extends \PHPUnit_Framework_TestCase
|
||||
public function testGetters($obj)
|
||||
{
|
||||
$this->assertEquals($obj->getCurrency(), "TestSample");
|
||||
$this->assertEquals($obj->getValue(), "TestSample");
|
||||
$this->assertEquals($obj->getValue(), "12.34");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user