Nuttanon Trapnirundon

Results 21 comments of Nuttanon Trapnirundon

@jonrandy it's quite a bit unfair to quote only that particular point without its whole context, isn't it? :)

@jonrandy thanks for the input. I see in a different way that there is huge benefit that we leaning the class (tidying up the classes, single responsibility, testable, etc.) However,...

Hi, @tanigami Thank you for your input. Currently I'm working on a new Omise-PHP version, I would consider about this issue also. However, please feel free If you have any...

@pkollitsch yes, it can be assumed that if the charge status is `pending` means the charge process (might) requires a 3-D Secure validation. More accurately can be: if ```php $charge['status']...

@mattpill Hi, Omise-WooCommerce hasn't supported this feature yet, but it will be there for sure. Or, if you are developer and familiar with WordPress / WooCommerce, you can also fork...

Hi @modernduck. Thanks for reporting us. Can you provide a version of cURL library that that host is using and an error message or any screenshots that show the error...

@liverbool That is pretty interesting one! I'll definitely check!

@ahirota Hi, this might not related to the solution that you are looking for, but would you mind to share a case where you want to connect to the real...

@jrmadsen67 Hi, I understand. Now we are working on new version of Omise-PHP that would support namespace feature. You could follow the project here: https://github.com/omise/omise-php/projects/1#card-963281 Also, for the adding namespace...

Hi @dmitry-fedyuk To clarify the design of the `offsetGet()` method, it was implemented following by the [ArrayAccess](http://php.net/manual/en/class.arrayaccess.php) interface to allow user to access any value that retrieve from Omise API...