Closed (fixed)
Project:
Payment
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 08:36 UTC
Updated:
28 Nov 2015 at 16:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoComment #2
xanoInstead, just remove both functions and let forms decide which payment_* form elements to use themselves. This makes customizing forms and data processing easier.
Comment #3
xano#2107979: Port the payment edit form is the last thing that still depends on code in payment.ui.inc.
Comment #4
xanoComment #5
xanopayment.module still contains
module_load_include('inc', 'payment', 'payment.ui');.Comment #6
xanoComment #8
jian he commentedI am trying to implement payment_ubercart to drupal 8. This patch removed the payment_form_embedded. And I could not found any document or change records for this.
My question is: How to implement the similar payment_form_embedded feature in Drupal 8?
Comment #9
jian he commentedComment #10
xanoLook at how Payment 8.x-2.x's submodules display payment forms. The correct approach depends on how Ubercart works, so it's not possible to give you a straight answer right now.
If you have more questions, please open new issues instead of reopening old ones.