Browse Source

fix comment

tags/1.0
0nepeop1e 4 years ago
parent
commit
531f650e0a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Contracts/PayableEntity.php

+ 1
- 1
src/Contracts/PayableEntity.php View File

49
     public function getBillDescription(): string;
49
     public function getBillDescription(): string;
50
 
50
 
51
     /**
51
     /**
52
-     * Get ISO 4214 currency code, payment gateway driver need to
52
+     * Get ISO 4217 currency code, payment gateway driver need to
53
      * convert if different standard is used.
53
      * convert if different standard is used.
54
      *
54
      *
55
      * @return string
55
      * @return string

Loading…
Cancel
Save