|
@@ -91,7 +91,7 @@ class TestRefill extends TestCase
|
|
|
public function testYifaPhone()
|
|
|
{
|
|
|
$providers = new refill\yifa\RefillPhone([]);
|
|
|
- $resp = $providers->add(15120035568, 5, 100, ['order_sn' => $this->make_sn()]);
|
|
|
+ $resp = $providers->add(15120035568, 5, 50, ['order_sn' => $this->make_sn()]);
|
|
|
}
|
|
|
|
|
|
public function testYifaCB()
|