Skip to content

Commit

Permalink
Merge pull request #260 from razorpay/1cc-route-fix
Browse files Browse the repository at this point in the history
Fixed route notice
  • Loading branch information
ChetanGN authored Apr 26, 2022
2 parents 798f05a + f627b5e commit c58f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/api/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function rzp1ccInitRestApi()

// save abandoned cart data
register_rest_route(
RZP_1CC_ROUTES_BASE . '/',
RZP_1CC_ROUTES_BASE,
'abandoned-cart',
array(
'methods' => 'POST',
Expand Down

0 comments on commit c58f0fb

Please sign in to comment.