Skip to content
Snippets Groups Projects

Draft: Fix #8: can't change billing details

2 unresolved threads
Closed capo requested to merge capo/smartdebit:8-cant-change-billing-details into master
2 unresolved threads

Closes #8 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1152 1152
1153 1153 // Update the cached mandate
1154 1154 $params = [
1155 'trxn_id' => $smartDebitParams['reference_number'],
1155 'trxn_id' => $smartDebitParams['variable_ddi[reference_number]'],
1156 1156 'refresh' => TRUE,
  • mattwire
    mattwire @mattwire started a thread on the diff
  • 211 211
    212 212 case 'PUT':
    213 213 $options[CURLOPT_CUSTOMREQUEST] = 'PUT';
    214 $url .= '?' . $data;
    214 $options[CURLOPT_POSTFIELDS] = $data;
  • Author Contributor

    I'm closing this merge request because a part of it has been merged but the issue remains open.

  • closed

  • Please register or sign in to reply
    Loading