Adding the ITransact driver. Partly finished, not yet tested, but compiles.
This commit is contained in:
parent
01835737dc
commit
6edce95ba4
4 changed files with 438 additions and 17 deletions
|
|
@ -253,6 +253,19 @@ sub getQuantityAvailable {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getRecurInterval ( )
|
||||
|
||||
Returns the recur interval, which must be one of the following: 'Weekly', 'BiWeekly', 'FourWeekly',
|
||||
'Monthly', 'Quarterly', 'HalfYearly' or 'Yearly'. Must be overriden by subclass if that is a recurring Sku.
|
||||
|
||||
=cut
|
||||
|
||||
sub getRecurInterval {
|
||||
return undef;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getTaxRate ( )
|
||||
|
||||
Returns undef unless the "Override tax rate?" switch is set to yes. If it is, then it returns the value of the "Tax Rate Override" field.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue