lijnam / wc_hbl_payment_gateway

Himalayan Bank Payment Gateway Plugin for WooCommerce
GNU General Public License v3.0
3 stars 4 forks source link

Simplify the switch statement #22

Closed sanzeeb3 closed 3 years ago

sanzeeb3 commented 3 years ago

Description: #13

The currency support will be handled on #20

For now, the PR improves the converter. There is no real benefit of using a switch, and the breaks within the switch aren't executable.